OpenCities Map Help

To Embed a SQL List

Note: The Embedded SQL List option will only be available for RDBMS connections.
  1. After selecting the Embedded SQL list option, select OK.
  2. Under the newly created property, right-click the Domain List node and choose Add > Add Domain SQL. Key in an SQL statement as shown, including an ORDER BY clause if the domain list should be sorted. Alternatively, key in the SQL statement directly into the Domain List grid.


  3. Selecting the cache option will cause the SELECT statement to be run once when first used during a session resulting in improved performance. If not selected, the SELECT statement will be run each time it is accessed.
  4. Select the property node and define the Value Col Name and Edit Col Name as shown.


  5. The Value Col Name is the column from the query that will be stored in the property.
  6. The Edit Column name is the column from the query that will be displayed in the combo box.
  7. Provide a Tool Tip to prompt the user on what type of entry is expected.